Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.1 #80

Merged
merged 5 commits into from
Dec 18, 2023
Merged

Release 0.3.1 #80

merged 5 commits into from
Dec 18, 2023

Conversation

harendra-kumar
Copy link
Member

No description provided.

-------------------------------------------------------------------------------

-- | Launch a standlone process i.e. the process does not have a way to attach
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

standlone -> standalone

(Config -> Config)
-> FilePath -- ^ Executable name or path
-> [String] -- ^ Arguments
-> IO ExitCode
interactive modCfg path args =
foreground modCfg path args =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can possibly use standalone to implement this.

-- process to finish.
--
-- The 'ProcessHandle' returned can be used to terminate the daemon or send
-- signals to it.
--
{-# INLINE daemon #-}
daemon ::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can possibly use standalone to implement this.

Copy link
Member

@adithyaov adithyaov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@harendra-kumar harendra-kumar merged commit 61e4330 into master Dec 18, 2023
11 checks passed
@harendra-kumar harendra-kumar deleted the release-0.3.1 branch December 20, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants